GtkApplicationWindow: Fix small doc formatting issues
authorMatthias Clasen <mclasen@redhat.com>
Tue, 21 Apr 2015 12:07:31 +0000 (07:07 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Sun, 26 Apr 2015 14:19:26 +0000 (10:19 -0400)
gtk/gtkapplicationwindow.c

index 08a0b1d3e54c40955713a363c3cb1f4a03e4933f..5007997c9e76cdcda580592f9a0cae30c5ee48f9 100644 (file)
@@ -96,8 +96,7 @@
  *
  * menubar = G_MENU_MODEL (gtk_builder_get_object (builder,
  *                                                 "menubar"));
- * gtk_application_set_menubar (G_APPLICATION (app),
- *                              menubar);
+ * gtk_application_set_menubar (G_APPLICATION (app), menubar);
  * g_object_unref (builder);
  *
  * ...
  * Attribute values can be translated using gettext, like other #GtkBuilder
  * content. `<attribute>` elements can be marked for translation with a
  * `translatable="yes"` attribute. It is also possible to specify message
- * context and translator comments,using the context and comments attributes.
+ * context and translator comments, using the context and comments attributes.
  * To make use of this, the #GtkBuilder must have been given the gettext
  * domain to use.
  */